【Redis】Redis Stream 介紹 一、添加數據(往名為mystream的Stream中添加了一個條目) > XADD mystream * sensor-id 1234 temperature 19.8 ...